Autogenerated HTML docs for v1.6.1.1-223-gc30e5 
diff --git a/git-diff.html b/git-diff.html index d289c50..3a36894 100644 --- a/git-diff.html +++ b/git-diff.html 
@@ -453,10 +453,14 @@  Synonym for "-p --raw".   </p>   </dd>  -</dl></div>  -<div class="para"><p>--patience:  - Generate a diff using the "patience diff" algorithm.</p></div>  -<div class="vlist"><dl>  +<dt>  +--patience  +</dt>  +<dd>  +<p>  + Generate a diff using the "patience diff" algorithm.  +</p>  +</dd>   <dt>   --stat[=width[,name-width]]   </dt>  @@ -573,12 +577,24 @@  </p>   </dd>   <dt>  ---color-words  +--color-words[=&lt;regex&gt;]   </dt>   <dd>   <p>  - Show colored word diff, i.e. color words which have changed.  + Show colored word diff, i.e., color words which have changed.  + By default, words are separated by whitespace.   </p>  +<div class="para"><p>When a &lt;regex&gt; is specified, every non-overlapping match of the  +&lt;regex&gt; is considered a word. Anything between these matches is  +considered whitespace and ignored(!) for the purposes of finding  +differences. You may want to append <tt>|[^[:space:]]</tt> to your regular  +expression to make sure that it matches all non-whitespace characters.  +A match that contains a newline is silently truncated(!) at the  +newline.</p></div>  +<div class="para"><p>The regex can also be set via a diff driver or configuration option, see  +<a href="gitattributes.html">gitattributes(1)</a> or <a href="git-config.html">git-config(1)</a>. Giving it explicitly  +overrides any diff driver or configuration setting. Diff drivers  +override configuration settings.</p></div>   </dd>   <dt>   --no-renames  @@ -1585,7 +1601,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-01-24 08:04:58 UTC  +Last updated 2009-01-26 06:35:37 UTC   </div>   </div>   </body>